roundRadius
Type
property
Summary
The radius of the widget background edges.
Syntax
set the roundRadius of widget to <integer>
get the roundRadius of widget
Description
Use the roundRadius property to round the corners of the widget. Values can be either an Integer or a List of 4 integers, when the list value is used then each element corresponds to one corner of the widget topLeft,topRight,bottomRight,bottomLeft
Examples
set the roundRadius of widget "Button" to 15
set the roundRadius of widget "Button" to 15,0,15,0
Compatibility and Support
OS
mac
windows
linux
ios
android
web
Platforms
desktop
mobile